home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 7 / developer source - volume 7.iso / parad / jul96 / toddf115.gif < prev   
Graphics Interchange Format  |  1997-01-16  |  15KB  |  372x260  |  4-bit (14 colors)
Labels: text | screenshot | font | number
OCR: Argument Description Destination table The name of the table the sorted records will be placed in. Number of fields The number of fields you are sorting by. Field array A String array containing the names of the fields you want to sort by in order, or a Smallint array containing the field numbers of the fields you want to sort by in the order you want them used. Order A SmallInt array the same size as the field array which indicates ascending or descending order for each field. Zero indicates ascending and one descending. Figure 15: Arguments for the sortTo method.